home *** CD-ROM | disk | FTP | other *** search
- /*
- ** Download Window Icon
- */
-
- const ULONG dlicon_colors[48] =
- {
- 0xdfdfdfdf,0xcacacaca,0xcacacaca,
- 0x00000000,0x00000000,0x00000000,
- 0xffffffff,0xffffffff,0xffffffff,
- 0x3d3d3d3d,0x65656565,0xa2a2a2a2,
- 0xa2a2a2a2,0x92929292,0x82828282,
- 0xaeaeaeae,0x4d4d4d4d,0xb2b2b2b2,
- 0xe7e7e7e7,0xaaaaaaaa,0x55555555,
- 0xd6d6d6d6,0x59595959,0x59595959,
- 0x00000000,0x45454545,0x79797979,
- 0x61616161,0x61616161,0x61616161,
- 0x8e8e8e8e,0x8e8e8e8e,0x8e8e8e8e,
- 0xcacacaca,0xb6b6b6b6,0xa2a2a2a2,
- 0x24242424,0x92929292,0x65656565,
- 0xa2a2a2a2,0xa2a2a2a2,0xa2a2a2a2,
- 0xcececece,0xcececece,0xcececece,
- 0xacacacac,0xacacacac,0xacacacac
- };
-
- #define DLICON_WIDTH 26
- #define DLICON_HEIGHT 20
- #define DLICON_DEPTH 4
- #define DLICON_COMPRESSION 1
- #define DLICON_MASKING 2
-
- const UBYTE dlicon_body[313] = {
- 0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,
- 0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0x03,0x03,0x00,0x30,0x00,0x03,
- 0x07,0xff,0xf8,0x00,0xfd,0x00,0x03,0x04,0x00,0x08,0x00,0x03,0x04,0x00,0x08,
- 0x00,0x03,0x04,0xff,0xc0,0x00,0x03,0x00,0xff,0xc0,0x00,0x03,0x03,0xff,0xf0,
- 0x00,0x03,0x06,0x00,0x18,0x00,0x03,0x06,0xff,0xc0,0x00,0x03,0x02,0xff,0xc0,
- 0x00,0x03,0x03,0xff,0xe0,0x00,0x03,0x06,0x7f,0x98,0x00,0x03,0x06,0x80,0x50,
- 0x00,0x03,0x00,0xff,0xc0,0x00,0x03,0x01,0xff,0xe0,0x00,0x03,0x04,0x00,0x08,
- 0x00,0x03,0x04,0xff,0xc0,0x00,0x03,0x00,0xff,0xc0,0x00,0x03,0x03,0xff,0xf0,
- 0x00,0x03,0x04,0x7f,0x88,0x00,0x03,0x04,0x80,0x40,0x00,0x03,0x00,0xff,0xc0,
- 0x00,0x03,0x03,0xff,0xf0,0x00,0x03,0x04,0x00,0x08,0x00,0x03,0x04,0xff,0xc0,
- 0x00,0x03,0x00,0xff,0xc0,0x00,0x03,0x03,0xff,0xf0,0x00,0x03,0x04,0x7f,0x88,
- 0x00,0x00,0x04,0xfe,0x00,0xfd,0x00,0x03,0x03,0xff,0xf0,0x00,0x03,0x04,0x00,
- 0x08,0x00,0x00,0x04,0xfe,0x00,0xfd,0x00,0x03,0x03,0xff,0xf0,0x00,0x03,0x04,
- 0x0c,0xc8,0x00,0x03,0x04,0x33,0x40,0x00,0x03,0x00,0x3f,0x80,0x00,0x03,0x03,
- 0xff,0xb0,0x00,0x03,0x05,0x01,0x68,0x00,0x03,0x04,0xa6,0xe0,0x00,0x03,0x01,
- 0x27,0x00,0x00,0x03,0x03,0xff,0x90,0x00,0x03,0x04,0x22,0xe8,0x00,0x03,0x05,
- 0x85,0x60,0x00,0x03,0x00,0x26,0x80,0x00,0x03,0x03,0xff,0x90,0x00,0x03,0x04,
- 0x3d,0xe8,0x00,0x03,0x04,0x1a,0x60,0x00,0x03,0x00,0x25,0x80,0x00,0x03,0x03,
- 0xe7,0x90,0x00,0x03,0x01,0xff,0xf8,0x00,0x00,0x04,0xfe,0x00,0xfd,0x00,0x03,
- 0x06,0x7f,0xc8,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,
- 0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00
- };
-